翻訳と辞書
Words near each other
・ Sinard
・ Sinarella
・ Sinarka
・ Sinarmas World Academy
・ Sinas
・ Sinas (crater)
・ Sinasamba Kita
・ Sinasina language
・ Sinaspideretes
・ Sinate
・ Sinatle Stadium
・ Sinatra & Company
・ Sinatra '57 in Concert
・ Sinatra (disambiguation)
・ Sinatra (miniseries)
Sinatra (software)
・ Sinatra (TV program)
・ Sinatra and Friends
・ Sinatra and Strings
・ Sinatra and Swingin' Brass
・ Sinatra at the Movies
・ Sinatra at the Sands
・ Sinatra Doctrine
・ Sinatra in Concert
・ Sinatra Saga
・ Sinatra Saga, Vol. 2
・ Sinatra Sings Cole Porter
・ Sinatra Sings Days of Wine and Roses, Moon River, and Other Academy Award Winners
・ Sinatra Sings Great Songs from Great Britain
・ Sinatra Sings of Love and Things


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Sinatra (software) : ウィキペディア英語版
Sinatra is a free and open source software web application library and domain-specific language written in Ruby. It is an alternative to other Ruby web application frameworks such as Ruby on Rails, Merb, Nitro, and Camping. It is dependent on the Rack web server interface.Designed and developed by Blake Mizerany, Sinatra is small and flexible. It does not follow the typical model–view–controller pattern used in other frameworks, such as Ruby on Rails. Instead, Sinatra focuses on "quickly creating web-applications in Ruby with minimal effort."(Sinatra: Readme )Some notable companies and institutions that use Sinatra include Apple,(Open Source software used by Apple ) BBC,(BBC Zeitgeist ) the British Government's Government Digital Service,(O'Reilly radar: With GOV.UK, British government redefines the online government platform ) LinkedIn,(JRubyfying LinkedIn's Front-end ) the National Security Agency,(NSA Careers: The Programmer ) Engine Yard, Heroku, GitHub,(【引用サイトリンク】title=Open Source (Almost) Everything ) and Songbird.(Sinatra in The Wild ) Travis CI provides much of the financial support for Sinatra's development.(Sinatra: About )Sinatra was created and open-sourced in 2007.== Example ==

Sinatra is a free and open source software web application library and domain-specific language written in Ruby. It is an alternative to other Ruby web application frameworks such as Ruby on Rails, Merb, Nitro, and Camping. It is dependent on the Rack web server interface.
Designed and developed by Blake Mizerany, Sinatra is small and flexible. It does not follow the typical model–view–controller pattern used in other frameworks, such as Ruby on Rails. Instead, Sinatra focuses on "quickly creating web-applications in Ruby with minimal effort."〔(Sinatra: Readme )〕
Some notable companies and institutions that use Sinatra include Apple,〔(Open Source software used by Apple )〕 BBC,〔(BBC Zeitgeist )〕 the British Government's Government Digital Service,〔(O'Reilly radar: With GOV.UK, British government redefines the online government platform )〕 LinkedIn,〔(JRubyfying LinkedIn's Front-end )〕 the National Security Agency,〔(NSA Careers: The Programmer )〕 Engine Yard, Heroku, GitHub,〔(【引用サイトリンク】title=Open Source (Almost) Everything )〕 and Songbird.〔(Sinatra in The Wild )〕 Travis CI provides much of the financial support for Sinatra's development.〔(Sinatra: About )〕
Sinatra was created and open-sourced in 2007.
== Example ==

#!/usr/bin/env ruby
require 'sinatra'
get '/' do
redirect to('/hello/World')
end
get '/hello/:name' do
"Hello #!"
end


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアでSinatra is a free and open source software web application library and domain-specific language written in Ruby. It is an alternative to other Ruby web application frameworks such as Ruby on Rails, Merb, Nitro, and Camping. It is dependent on the Rack web server interface.Designed and developed by Blake Mizerany, Sinatra is small and flexible. It does not follow the typical model–view–controller pattern used in other frameworks, such as Ruby on Rails. Instead, Sinatra focuses on "quickly creating web-applications in Ruby with minimal effort."(Sinatra: Readme )Some notable companies and institutions that use Sinatra include Apple,(Open Source software used by Apple ) BBC,(BBC Zeitgeist ) the British Government's Government Digital Service,(O'Reilly radar: With GOV.UK, British government redefines the online government platform ) LinkedIn,(JRubyfying LinkedIn's Front-end ) the National Security Agency,(NSA Careers: The Programmer ) Engine Yard, Heroku, GitHub,(【引用サイトリンク】title=Open Source (Almost) Everything ) and Songbird.(Sinatra in The Wild ) Travis CI provides much of the financial support for Sinatra's development.(Sinatra: About )Sinatra was created and open-sourced in 2007.== Example ==」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.